-
Notifications
You must be signed in to change notification settings - Fork 296
feat: multi agent sept 2025 #376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
Fr4nc3
wants to merge
1,223
commits into
dev
Choose a base branch
from
macae-v3-dev
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs: added file NON_DEVCONTAINER_SETUP.md and changed path of resources.bicep file
fix: Macae bug fixes
- Add comprehensive TeamSelector component with drag & drop JSON upload - Implement 6-agent limit validation for team configurations - Enhanced RAI validation with relaxed prompts for business content - Re-enabled model deployment and search index validation - Integrated team selector directly in left panel navigation - Added team validation and error handling improvements - Enhanced team models with new agent properties (RAG, MCP, coding tools) Key Features: - Modal-based team selection with card layout - Drag & drop file upload with visual feedback - Real-time validation and error messages - Team deletion with confirmation dialogs - Search functionality for teams - Upload requirements documentation - Responsive design with clean UI/UX
Introduces a WebSocket endpoint in the backend for job status updates, enabling real-time plan approval and rejection. Updates the default_team.json to include a new 'use_bing' property for agents. Refactors HomePage.tsx to use InlineToaster for team selection and upload notifications, improving user feedback.
- Move check_deployments.py to src/backend/common/utils/ - Move websocket_streaming.py to src/backend/common/utils/
feat: Json upload ui and validations + Planpage uistreaming
Renamed and relocated all dataset files from data/datasets to src/mcp_server/datasets for improved organization and alignment with project structure.
Eliminated a duplicate useInlineToaster hook declaration and corrected indentation in the handleTeamSelect callback in HomePage.tsx. Also made a minor formatting adjustment in router.py for consistency.
Commented out imports and usage of orchestration_config and magentic agent factory in app_kernel.py, router.py, and settings.py. This change is likely in preparation for refactoring or disabling orchestration-related functionality temporarily.
Deleted my_mcp_server.py and utils_date.py from the MCP server, removing onboarding tools and date formatting functionality. This may be part of a refactor, deprecation, or migration to a new implementation.
feat: Implement deployer-based role assignments
restore datasets
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information